home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 41 / Practical Internet Issue 41 / Practical Internet Issue 41.bin / pc / PracticalInternet.exe / scripts / DefineButton2_7 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-04-06  |  71 b   |  7 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.